Zyra Guardian Pro

Buy on MQL5

5. Money Management

Zyra Guardian Pro provides a flexible money management system that lets you control how much capital the EA uses and how lot sizes are calculated. This section explains how to allocate capital, choose between fixed or dynamic lots, and scale the system across multiple EAs safely.

1. Capital Allocation

Weekly/Monthly rebalance example:

2. Lot Calculation Modes

Example:

3. Lot Scaling in the Grid

4. Tips for Safe Money Management

5. Configurable Daily Limits

Zyra Guardian Pro's daily circuit breaker relies on several parameters to frame each day's losses and gains. All thresholds are recalculated on every OnTick so the EA reacts instantly to any change in account conditions.

Example inspired by the OnTick flow: starting from an initial equity of $10,000, the parameters are set to Maximum realised daily loss allowed = 3, Daily profit target = 4, Calculation mode for the daily PnL = Equity, and Close all positions when the daily limit is reached = true. After several winning trades, equity rises to $10,400: the robot locks the session, stops new entries, and keeps the profit safe. Later, a losing streak brings equity down to $9,700 (−3%). On the tick that crosses this threshold, Zyra immediately closes every open position, records the suspended state, and prevents any restart until the next trading day.

6. Weekly Limits

Beyond the daily circuit breaker, Zyra Guardian Pro tracks cumulative performance at the weekly scale. Four inputs let you set the tolerance for the week and choose how the EA reacts once the boundaries are crossed.

Example: account equity of $10,000 with Maximum realised weekly loss allowed = 6, Calculation mode for the weekly PnL = Balance, and Close all positions when the weekly limit is reached = false. As long as realized losses stay within −$600, Zyra keeps managing existing trades. If losses extend to −$650, the EA enters weekly suspension and blocks new orders until the next reset (typically on Monday). Turning Close all positions when the weekly limit is reached = true in the same scenario would also liquidate the running basket before suspending trading.

Weekly limits complement daily limits: the daily guard is a quick circuit breaker for a single session, while the weekly guard protects the overall trajectory of the week. Both systems rely on the same suspension logic (Action to apply when exiting a user-defined session) described in the Protection page.

Next Step

Go to the Protection page to secure your strategy with floating stop-loss, equity limits, and smart profit locks.